@extends('backend.layouts.master') @section('pageTitle') About Us @endsection @section('extraStyle') @endsection @section('bodyCssClass') @endsection @section('pageContent')

About Us Images

Images

@csrf
{{ $errors->first('image') }}
{{ $errors->first('order') }}

@foreach($images as $image) @endforeach
@endsection @section('extraScript') @endsection