@extends('admin.layouts.master') @section('title', 'Edit Brand') @section('css') @endsection @section('content')
{{ $errors->first('name') }}
{{ $errors->first('slug') }}
{{ $message }}
{{ $errors->first('order_no') }}
{{ $errors->first('video_url') }}
Add Banner Image.