@extends('layout') @section('content')
@include('hipwifi.sidebar')

Login Page Manager

@if ($errors->has())
@foreach ($errors->all() as $error) {{ $error }}
@endforeach
@endif
@if ($edit) @else @endif

Desktop Login Page
Mobile Login Page
Targeting
@if ($edit) {{ Form::hidden('id', $data['media']->id) }} {{ Form::hidden('countrie_id', $data['media']->countrie_id) }} {{ Form::hidden('province_id', $data['media']->province_id) }} {{ Form::hidden('citie_id', $data['media']->citie_id) }} {{ Form::hidden('brand_id', $data['media']->brand_id) }} {{ Form::hidden('location', $data['media']->location) }} @else
If you wish to choose all venues in a country leave all other fields below this one blank
If you wish to choose all venues in a Province leave all other fields below this one blank
If you wish to choose all venues in a City leave the field below this one blank
This will load the media ONLY at this venue
@endif
Cancel

@stop