@extends('admin.layouts.master') @section('content')

Update Branch

@if(session()->has('success'))
{{ session()->get('success') }}
@endif @if(session()->has('error'))
{{ session()->get('error') }}
@endif @if ($errors->any())

@endif

Update Category

@method('PUT') @csrf
@endsection