@extends('backend.layouts_backend.master2') @section('title') Edit Brand @endsection @section('content') {{-- header --}}

Edit Brand


{{-- end header --}}
@csrf @method('PATCH')

{{-- validation --}} @if ($errors->has('brand_name')) @endif

{{-- validation --}} @if ($errors->has('brand_register_date')) @endif

{{-- exiting featured photo --}} preview

{{-- brand address --}}
{{-- --}}
@endsection @section('extra_scripts') {{-- handline select2 --}} @endsection