@extends('layouts.admin') @section('content') Edit school Dashboard School List Edit school {{-- Back --}} School Details Name* @if ($errors->has('name')) {{ $errors->first('name') }} @endif Status* is_active == '1' ? 'selected="selected"' : '' }} >Active is_active == '0' ? 'selected="selected"' : '' }}>Inactive {{-- --}} @endsection @section('script') @endsection