@extends('admin.layouts.master') @section('title', 'Add New Featured Brand') @section('css') @endsection @section('content')

Create Featured Brand

@csrf
@if ($errors->has('title'))

{{ $errors->first('title') }}

@endif
@if ($errors->has('sub_title'))

{{ $errors->first('sub_title') }}

@endif
@if ($errors->has('order_no'))

{{ $errors->first('order_no') }}

@endif
@if ($errors->has('status'))

{{ $errors->first('status') }}

@endif
@if ($errors->has('brand_id'))

{{ $errors->first('brand_id') }}

@endif
Banner Image

Add Banner Image

@endsection @section('js') @endsection