@extends('layouts.master') @section('title', 'Work') @section('content')
@csrf

{{ trans('work.work_add') }}

{{ trans('work.work_info') }}
@if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif
@endsection @section('script-footer') @endsection