@extends('layouts.admin-main') @section('content')
@foreach ($sectors as $index => $sector) @endforeach
# {{ __('message.name') }} {{ __('message.order') }} {{ __('message.created date') }} {{ __('message.action') }}
{{ $index + 1 }} {{ $sector->name }} {{ $sector->order }} {{ $sector->created_at->format('d/m/Y H:i') }} {{-- --}}
{{ $sectors->appends($_GET)->links() }}
@endsection @section('scripts') @endsection @section('meta') {{ __('message.sectors') }} - {{ config('app.name', 'Dashboard') }} @endsection