@extends('layouts.master') @section('title', 'Company Staff') @section('content')
@method('PUT') @csrf

{{ trans('company_staff.company_staff_edit') }}

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