@extends('admin.layouts.app') @section('content')

State

Add New
@foreach ($states as $key => $state) @endforeach
Name Country Created At Actions
{{ $state->name }} {{ $state->country->name }} {!! strtotime($state->created_at) !!} {!! date('m/d/Y H:i:A', strtotime($state->created_at)) !!}
@endsection @section('footer-js') @endsection