@extends('common::layouts.master') @section('ads-aria-expanded') aria-expanded="true" @endsection @section('ads-show') show @endsection @section('ad_location') active @endsection @section('ads_active') active @endsection @section('content')
{!! Form::open(['route' => 'location-update','method' => 'put', 'enctype'=>'multipart/form-data']) !!}
{{ Form::close() }}
@endsection