@extends('layouts.master') @section('title', 'File | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.files')) @section('css') @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.files') }} | {{ __('basic.files') }}
{{ __('basic.file') }}
@csrf
@error('status') {{ $message }} @enderror
@error('name') {{ $message }} @enderror
@error('worker_id') {{ $message }} @enderror
@error('date') {{ $message }} @enderror
@error('note') {{ $message }} @enderror
@endsection @section('js') @endsection