@extends('layout.index') @section('title', 'User Create') @section('content') @if (isset($id)) Edit User @else Add User @endif @if ($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 Program * All Program Submit Sr. No Country State District Brand Program Actions No Record Found {{-- {{ $Paginator }} --}} Cancel @endsection