@extends('admin.layouts.app') @section('content')
Edit Social Network
@csrf @method('put')
@if($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if($errors->has('link'))
{{ $errors->first('link') }}
@endif
{{--
@if($errors->has('description'))
{{ $errors->first('description') }}
@endif
--}}
@if($errors->has('status'))
{{ $errors->first('status') }}
@endif
Back
@endsection @push('scripts_footer') {{-- --}} @include('admin.misc.scripts.dropzone_blog') @endpush