@extends('frontend.user.layouts.dash') @section('title', 'Add new Operator') @section('back', route('user.operators')) @section('content')
{{ lang('Account details', 'user') }}
@csrf
@endsection