@extends('back_end.app') @section('content')
@if (session('status')) @endif
@foreach ($post as $posts)
@csrf
@endforeach
{{--
@if (session('status')) @endif
@foreach ($post as $posts)
@csrf
@endforeach
--}}
@endsection