@extends('admin.layout.master') @section('title', 'Distribution of tasks') @section('section', __('task.Distribution of tasks')) @section('body')
@csrf
@error('number_of_tasks') {{ $message }} @enderror
@error('asset_assign') {{ $message }} @enderror
Furniture
0
Plant & Machinery
0
@error('country') {{ $message }} @enderror
Furniture
0
Plant & Machinery
0
@error('region') {{ $message }} @enderror
@error('city') {{ $message }} @enderror
@error('asset_type') {{ $message }} @enderror
@lang('button.Back')
@endsection