@include('common/header')

Post Add

@if(Session::has('msg'))

{{ Session::get('msg')}}

@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

@csrf @if(!empty($data->id)) @endif
@if(!empty($data->image)) @endif
@include('common/footer')