@extends('cms.layout') @section('main')

AAS Big Picture Page

@csrf
Big Picture
@foreach ($bigpictures as $st) @endforeach
Image Title Date Link Published AuthoredBy Edit Delete
Image Title Date Link Published AuthoredBy Edit Delete
icon {{ $st->title }} {{ $st->date }} {{ $st->link }} {{ $st->published }} {{ $st->authoredby }} Edit Delete
@foreach ($bigpictures as $st) @endforeach
@endsection @section('scripts') @endsection