@extends('layout.master') @section('page-title', "UPDATE SCHOOLS") @section('header-links') @endsection @section('content')
@php /* $visibility = [["value"=>"show", "text"=>"SHOW"], ["value"=>"hide", "text"=>"HIDE"]]; $json_visibility = json_encode($visibility); */ @endphp @endsection @section('footer-links') @endsection