@extends('layouts.master') @section('data-sidebar')
Assign Catalogue

Assign Catalogue By

Select Employees


{{--
if select Territory than show
--}} {{--
if select Area than show
--}}
@endsection @section('content')

Catalogue Assignment

New Assignment

Catalogue List
{{sizeof($catalogues)}}

@foreach ($catalogues as $data) @endforeach
ID Catalogue Name Employee Name Catalogue Inventory Created At Action
{{$data->id}} {{$data->catalogue_name}} {{$data->emp_first_name.' '.$data->emp_last_name}} {{$data->inventory}} {{$data->created_at}} {{-- --}}
@endsection