@extends('backends.layouts.master_layout') @section('title',"Brands") @section('page_heading','Brands') @section('content')

Edit Brand Info

@csrf @method('put')
@if($errors->has('title'))
{{ $errors->first('title') }}
@endif
{{-- @if($errors->has('sub_title'))--}} {{--
{{ $errors->first('sub_title') }}
--}} {{-- @endif--}}
@if($errors->has('sort_by'))
{{ $errors->first('sort_by') }}
@endif
@if($errors->has('is_active'))
{{ $errors->first('is_active') }}
@endif
{{ basename($brand->image) }} @if($errors->has('image'))
{{ $errors->first('image') }}
@endif
Cancel
@endsection