@extends('dashboard.layouts.master') @section('title', 'Country Management| Admin Panel') @push('after-styles') @if (Helper::checkPermission('country', 'edit')) @endif @endpush @section('content') @if (Helper::checkPermission('country', 'edit'))
{{ Form::open(['route' => ['country.update'], 'method' => 'POST', 'files' => true, 'enctype' => 'multipart/form-data', 'id' => 'storeForm']) }}
{{ Form::close() }}
@else @endif @push('after-scripts') @endpush @endsection