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

{{__("provided sections")}}

{{__("All provided sections")}}

@endsection @section("content") @include("includes.dialog")
{{--
--}} {{-- @include("admin.provided_sections.parts.filter")--}} {{--
--}}
{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- @csrf--}} {{-- --}} {{-- Export As Excel--}} {{--
--}} {{--
--}} {{--
--}}
@if(hasPermissions("admin-control")) @endif{{-- --}} {{-- @foreach($providedSections as $sections)--}} {{-- @if(hasPermissions("admin-control")) @endif {{-- @endforeach--}}
#{{__("ID")}} {{__("Name")}} {{__("Phone Number")}} {{__("City")}} {{__("Iban")}} {{__("Address")}} {{__("Commercial License")}} {{__("Main Image")}} {{__("Video")}} {{__("Images")}} {{__("Created At")}}{{__("Status")}} {{__("Control")}}{{__("Created At")}}
{{$sections->id}} {{$sections->name}} {{$sections->phone_number}} {{$sections->city}} {{$sections->iban}} @if($sections->getFirstMediaFile('commercial_license')) @endif @if($sections->getFirstMediaFile('default')) @endif--}} {{$sections->created_at->diffForHumans()}}
{{-- --}} {{-- {{route("admin.main-clients.edit", ["vector_id" => $client->id])}}--}}
@endsection @section("scripts") @endsection