@extends('layouts.app') @section('title', 'Edit Brand - EDUC Pharmacy') @section('content')

Edit Brand

@if ($errors->any()) @endif
@csrf @method('PUT')
@error('name')
{{ $message }}
@enderror
@error('note')
{{ $message }}
@enderror
@endsection