@extends('layouts.admin') @section('page-header') @if(isset($school->id)) {{$school->school_name}} @else School Add @endif @endsection @section('content')
Basic Information
@foreach($ar_school_field as $key => $value)
@endforeach
School Image
@for($i=1; $i<=10; $i++)
@if( !empty($school->{'image'.$i.'_file'}) )@endif
@if( !empty($school->{'image'.$i.'_file'}) ) Download @endif
@endfor
Others
@if( !empty($school->flyer_file) ) Download @endif
@if( !empty($school->flyer_file) ) Current file: {{ $school->flyer_file }} @endif
@if( !empty($school->application_file) ) Download @endif
@if( !empty($school->application_file) ) Current file: {{ $school->application_file }} @endif
Return List @if(isset($school)) @else @endif
@endsection @section('script')> @endsection