@extends('backend.index') @section('content')
@csrf
@if(env('MEDIA_AD_MODULE') == 'true') {!! makeDropDown( array("0" => "Banner", "1" => "Audio", "2" => "Video"), "type", isset($banner) ? $banner->type : old('type') ) !!} @else {!! makeDropDown( array("0" => "Banner"), "type", isset($banner) ? $banner->type : old('type') ) !!} @endif
approved ? '' : 'checked' }}>
@endsection @section('script') @endsection