@extends('layouts.default', ['appTopMenu' => true]) @section('title', 'Standing Council') @push('head') @endpush @section('content') Standing Council Branch @foreach($estb as $est) {{ $est->est_name }} @endforeach @error('branch') {{ $message }} @enderror Standing Council @endsection @push('scripts') @endpush