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

Edit Brand


{{-- end header --}}
@csrf @method('PATCH')
name ?? '' }} placeholder="Enter staff position" class="form-control">

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

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