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

{{__("About As")}}

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

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