@extends('layouts.admin.base-dashboard') @section('title', 'Buat Cabang') @section('content')
@csrf @method('PATCH')
Ubah Cabang
@error('branch')
{{ $message }}
@enderror
@error('status')
{{ $message }}
@enderror
@endsection