@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 Name Phone Photo Save @endsection @section('js') @endsection