@extends('layouts.master') @section('content')
@csrf @method('post')

About Us


(Image Size will be less then 3 MB)

@foreach ($images as $image)
@endforeach
@include('includes.quill-editor', [ 'name' => 'description', 'value' => old('description', $aboutUs->description ?? ''), ])
{{--
@if (isset($eventButtons) && count($eventButtons) > 0) @foreach ($eventButtons as $eventButton)
@endforeach @else
@endif
--}}
{{-- Button List --}}

Buttons ({{ $buttons->total() }})

@if (count($buttons) > 0) @php $i = $buttons->perPage() * ($buttons->currentPage() - 1) + 1; @endphp @foreach ($buttons as $button) @endforeach @else @endif
Sr. No Name Link Index Action
{{ $i++ }} {{ $button->name ?? '-' }} {{ $button->link }} {{ $button->index ?? '-' }}
No Data Found
{{ $buttons->appends(Request::all())->links() }}
@endsection @section('js') @stack('js') @endsection