@extends('layouts.main') @section('title') {{__("Create Staff")}} @endsection @section('page-title')

@yield('title')

@endsection @section('content')
{{ __('Back') }}
@endsection