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

Producator {{ $brand->name }}

@csrf @method($brand->exists ? 'PUT' : 'POST')
@endsection