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

{{__("About As")}}

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

@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")}}{{__("Serial Number")}} {{__("Image")}} {{__("About As")}}{{__("Control")}}
{{$about->id}}{{$serial_number++}} @if($about->getFirstMediaFile()) @endif {{$about->getNameAttribute()}} $about->id])}}" class="control-link edit">
@endsection @section("scripts") @endsection