@extends('layouts.user') {{-- Web site Title --}} @section('title') {{ $title }} @stop {{-- Content --}} @section('content')

people_outline {{ $title }}

{{ trans('table.id') }} {{ trans('customer.full_name') }} {{ trans('customer.email') }} {{ trans('customer.phone') }} {{ trans('customer.register') }} {{ trans('table.actions') }}
@stop {{-- Scripts --}} @section('scripts') @if(isset($type)) @endif @stop