@extends('layouts.master') @section('main') @if(session('delete')) @endif
@csrf @foreach ($schools as $school)
Notice: Undefined variable: school in /home/edmedu/www/edmtw.com/manager/resources/views/school_list.blade.php on line 124

Notice: Trying to get property 'CountryName' of non-object in /home/edmedu/www/edmtw.com/manager/resources/views/school_list.blade.php on line 124

Notice: Undefined variable: name in /home/edmedu/www/edmtw.com/manager/resources/views/school_list.blade.php on line 125

Notice: Undefined variable: school in /home/edmedu/www/edmtw.com/manager/resources/views/school_list.blade.php on line 125

Notice: Trying to get property 'name' of non-object in /home/edmedu/www/edmtw.com/manager/resources/views/school_list.blade.php on line 125
@endforeach
UID EDM UID Country School Type School Logo School Name City Images
visible == 'Y' ? 'checked' : '' }}> {{ $school->school_uid }} {{ $school->edm_school_uid }} {{ $country_name }} @if($school->school_type) @if($school->school_type == "ST010") L @endif @if($school->school_type == "ST020") U @endif @if($school->school_type == "ST030") J @endif {{ json_decode($school->SchoolType->cdsh_label)->tw }} @endif @if($school->logo) @endif {!! $school_name !!} {{ $school->city_tw }} {{ $school->SchoolImages->count() }}
    {{ $schools->appends(['ctry'=>$ctry, 's_type'=>$s_type, 'name'=>urlencode($name)])->links('pagination.custom') }}
@endsection @section('js') @endsection