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

{{ $title }}

@if ($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif
@csrf @if (isset($brand->id)) @method('PUT') @endif
بازگشت
@endsection @section('js-page') @endsection