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

Real States

Real States
@foreach ($states as $state) @endforeach
Sl. No State Name Status Actions
{{ $loop->iteration }}
{{ $state->name }}
status == 1 ? 'checked' : ''}} />
@endsection @section('script') @endsection