@extends('backend.layouts.master') @section('pageTitle') About Us @endsection @section('extraStyle') @endsection @section('bodyCssClass') @endsection @section('pageContent') About Us Images Dashboard About Us Images Images @csrf Image {{ $errors->first('image') }} Order {{ $errors->first('order') }} Upload @foreach($images as $image) @endforeach @endsection @section('extraScript') @endsection