@extends('admin.layout.master') @section('content')

ویرایش مطلب {{$post->title}}

@csrf
@foreach($post->photos as $photo)
@endforeach
@endsection @section('scripts') @endsection