@extends('backend.superadmin.index') @section('body')

Add New Featured Banner

@if(session('success'))
@endif @if(session('error'))
@endif @if($errors->any())
@endif
{{csrf_field()}}
Company Name*
Company Address*
Purpose*
Link*
Publishe Date*
Expired Date
Banner
Banner Size*
@endsection @section('script') @endsection