@extends('layouts.main') @section('title', $data['title']) @section('content')
Add Country
@csrf

Country List

@if (canCreate('Country List')) {{-- @if (Auth::user()->type != 1) --}} {{-- @endif --}} @endif
{{--
 
--}}
{{--
--}}
@csrf @endsection('content') @section('custom-scripts') @endsection