@extends('admin.layouts.app') @section('title', 'Add Banner') @section('content')

{{ $data == null ? 'Add' : 'Update ' }} Banner {{ $data == null ? '' :'#'.$data->id }}

{{ $data == null ? 'Upload' : 'Update ' }} Banner Details

@csrf {{ $data != null ? method_field('PUT') : '' }}
0%
@endsection @push('css') @endpush @push('js') @endpush