@extends('layouts.app') @section('styles') @endsection @section('content')

{{ __('Profiles') }}

{{ __('Add Profile') }}
{{ __('Name') }} {{ __('Updated At') }} {{ __('Actions') }}
@endsection @push('scripts') @endpush