@extends('dashboard.layouts.layouts') @section('content')

Working System

{{$title}}

@csrf
@if ($errors->has('working')) {{ $errors->first('working') }} @endif
@if ($errors->has('working_ar')) {{ $errors->first('working_ar') }} @endif
Back
@endsection