@extends('layout.admin.master') @section('meta-title', 'States') @section('body-class', 'menu-position-side menu-side-left full-screen with-content-panel') @section('breadcrumbs') @endsection @push('asset-top') @endpush @section('content')
States
@foreach($states as $key=>$state) @endforeach
# Name Name(AR) Action
{{$key+1}} {{$state->name_en}} {{$state->name_ar}}
@endsection