@extends('layouts.main') @section('title', $data['title']) @section('content')
Add Country
@csrf
@if (canCreate('Country List')) {{-- @if (Auth::user()->type != 1) --}} {{-- @endif --}} @endif
@if (canView('Country List'))
@endif
@csrf @endsection('content') @section('custom-scripts') @endsection