@extends('layouts.godpanel.dashboard.master') @section('title') {{__('Schools | '.env('APP_NAME'))}} @endsection @section('content')
@foreach ($list as $school) @endforeach
Logo Name Address City Code Phone Email Website Action
{{$school->name}} {{$school->address}} {{$school->city}} {{$school->code}} {{$school->phone1}} {{$school->email}} {{$school->website}} Edit Delete
@endsection @push('web-scripts') @endpush