@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("About Us")}}

{{__("All About Us")}}

@endsection @section("content") @include("includes.dialog")
@if(isPermissionsAllowed("control-about")) @endif
@if(isPermissionsAllowed("control-about")) @endif @foreach($abouts as $about) @if(isPermissionsAllowed("control-about")) @endif @endforeach
{{__("ID")}} {{__("Image")}} {{__("About Us")}}{{__("Control")}}
{{$about->id}} @if($about->getFirstMediaFile()) @endif {{$about->getNameAttribute()}} $about->id])}}" class="control-link edit">
@endsection @section("scripts") @endsection