@extends('admin.layouts.master') @section('title', 'Banner') @section('content')
@include('admin.includes.msg')
{{ csrf_field() }} @if($data ?? '') @endif
Only JPG,png files are acceptable
@if(isset($data) && !empty($data->banner)) @endif
banner_type=='small') checked @endif @endif> Small (740x260) banner_type=='large') checked @endif @else checked @endif> large (970x550) banner_type=='ads_horizontal') checked @endif @else checked @endif> Ads Horizontal (720x283) banner_type=='ads_vertical') checked @endif @else checked @endif> Ads Vertical (270x450)
@endsection