@extends('layout.index') @section('title', 'User Create') @section('content') Add Field Executive @if ($message = Session::get('error')) {{-- --}} {{ $message }} × @endif {{ csrf_field() }} Field Executive * Select Field Executive @error('field_executive') {{ $message }} @enderror Brand Stakeholders * Select Brand Stakeholders @error('brand_program') {{ $message }} @enderror Submit Cancel @endsection