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