@extends('layouts.admin.base-dashboard') @section('title', 'Create Branch') @section('content')
@csrf
Create Branch
{{-- Store --}}
@error('store_id')
{{ $message }}
@enderror
{{-- Name --}}
@error('name')
{{ $message }}
@enderror
{{-- Location --}}
@error('location')
{{ $message }}
@enderror
@endsection @push('script') @endpush