@extends('layouts.master') @section('title') Search BOD @endsection @section('page-title') BOD @endsection @section('body') @endsection @section('content')

Search BOD

@csrf

@if(session('errors'))
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endif
@endsection @section('scripts') @endsection