@extends('dashboard.layouts.master') @section('title', 'Area Management| Admin Panel') @push('after-styles') @if (Helper::checkPermission('area', 'edit')) @endif @endpush @section('content') @if (Helper::checkPermission('area', 'edit'))
{{ Form::open(['route' => ['area.update'], 'method' => 'POST', 'files' => true, 'enctype' => 'multipart/form-data', 'id' => 'storeForm']) }}
Choose image .png, .jpg, .jpeg files only.
Recommended size 120(Width) x 180(Height).
@else @endif @push('after-scripts') @endpush @endsection