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

Dashboard

School
@if (Session::has('error_message')) @endif @if (Session::has('success_message')) @endif @if ($errors->any())
@endif
{{--
--}} {{-- --}} @foreach ($school as $item) {{-- --}} @endforeach
SR No. School Name Address Area School Representative Email Status Created At Action Action
{{ $item->id }} {{ $item->school_name }} {{ $item->address }} {{ $item->area }} {{ $item->school_representative }} {{ $item->email }} @if ($item->status == '1') Active @else Deactive @endif @if ($item->status == '1') Active @elseif ($item->status == '0') Inactive @else Pending @endif {{ \Carbon\Carbon::parse($item->created_at)->addHours(5)->toDateTimeString() }} @if ($item->status == '1') @else @endif
@endsection {{-- --}} {{-- @extends('admin.main') @section('content')

Dashboard

School
S.no School Name Address Area City School Representative Email Entry Date Status Created By Updated By Created At Updated At
@endsection --}}