@extends('layouts.mastercms') @section('content')
@include('flash')
Create
@foreach($posts as $posts) @if($posts->url()) @endif @endforeach
S.N Title Image File Date Action
{{$posts->id}} {{$posts->title}} @else

No-image

@foreach($posts->getMedia('files') as $files) {{$files->file_name}} @endforeach {{$posts->npdate()['Y']}}-{{$posts->npdate()['F']}}-{{$posts->npdate()['d']}}
@csrf @method('DELETE')
@endsection