@extends('layouts.app') @section('title', 'Add Sign Type') @section('content') @php $allMaterials = \App\Models\SignMaterial::all(); @endphp

Add Sign Type

@csrf {{-- Name --}}
{{-- Material Search --}}

Select Materials

{{-- Selected --}}

Selected Materials:

    {{-- Variables --}}
    Cancel
    {{-- --}} @endsection