@extends('layouts.master') @section('title', 'Edit State') @section('content')
@if(Session::has('success'))
{{ Session::get('success') }}
@endif
@csrf
status == 'enable' ? 'checked' : '' }} >
@endsection @section('pageJS') @endsection