@extends('layouts.admin') @section('title', 'Add New Banner') @section('page-header')

Add New Banner

@endsection {{-- main content --}} @section('content')
Banner List

Add New Banner

@csrf
 
@endsection {{-- extra css --}} @push('css') @endpush {{-- extra js --}} @push('js') @endpush