@extends('layout.index') @section('title', 'User country Access') @section('content') @if (isset($id)) Edit User Country Access @else Add User Country Access @endif @if ($message = Session::get('success')) {{ $message }} × @elseif ($message = Session::get('error')) {{ $message }} × @endif {{ csrf_field() }} Country * -Select Country- @error('country') {{ $message }} @enderror State * All state @error('state') {{ $message }} @enderror District * All District @error('district') {{ $message }} @enderror Brands * All Brands Stakeholders * All Stakeholders Submit Sr. No Country State District Brand Stakeholders Actions No Record Found {{-- {{ $Paginator }} --}} Cancel @endsection