@extends('dash.layouts.app') @section('title') @endsection @section('css') @endsection @section('breadcrumb') @endsection @section('content')

Edit Profile

@if (Session::has('message'))
{{ Session::get('message') }}
@endif
@csrf
@endsection @section('js') @endsection