@extends('layouts/contentLayoutMaster') @section('title', 'Add New Section') @section('vendor-style') @endsection @section('content')

Add New Section

@if ($message = Session::get('success'))
@endif @if ($errorMessage = Session::get('errorMessage'))
@endif
@csrf
@error('code') {{$message}} @enderror
@error('dept_id') {{$message}} @enderror
@error('name') {{$message}} @enderror
@error('address') {{$message}} @enderror
@error('latitude') {{$message}} @enderror
@error('longitude') {{$message}} @enderror
Cancel
@endsection @section('vendor-script') @endsection @section('page-script') @endsection