@extends('header.header') @section('content')

{{__('Add Branch')}}

@csrf
@error("lat")
{{$message}}
@enderror
{{__('cancel')}}

@endsection @section("js-scripts") @endsection