@extends('admin.layout.app') @section('style') @endsection @section('content')

{{ $user->first_name }}

@endsection @section('script') @endsection