@extends('layouts.base', $breadcrumb = [ "title" => "MODIFICATION PHOTO / ".session('sigle'), //TODO: GET SIGLE OF CONNECTED UNIVERSITY "nav" => [ // "text to show" => "link", "Dashboard" => route('home'), // Current page is last item "MODIFICATION" => 'javascript:void(0)' ], ] ) @section('title', 'Update Profil') @section('css') {{-- --}} @endsection @section('content') {{-- alert with content --}} @include('partials.alert')