@extends('admin.layouts.container') @section('content')

{{ $title }}

{{ __('holds.name') }} {{ __('holds.email') }} {{ __('holds.phone') }} {{ __('holds.reason') }} {{ __('holds.date') }} {{ __('holds.time') }} {{ __('holds.type') }} {{ __('dashboard.created_at') }} {{ __('dashboard.processes') }}
@endsection @section('inner_js') @endsection