@extends('../../master_layout/admin_master') @section('title') {{config('constants.APP_NAME')}} Banner Spots @endsection @section('content')

Banner Spots - {{$country->country_name}}

@if(session('message'))
@if(session('message.type')=='danger')

Sorry! {!! session('message.text') !!}

@else

Success! {!! session('message.text') !!}

@endif
@endif
Top Banner SPOT
Geo Type SPOT Position Duration Price Link Price Active Banners Status Action
Side Banner SPOT
Geo Type SPOT Position Duration Price Link Price Active Banners Status Action
@endsection @section('custom_js') @endsection