@extends('adminlte::page') @section('title', 'School Info') @section('content')
School Information
@if(session('success'))
{{ session('success') }}
@endif
@csrf
@if($school->logo) @endif
@endsection