@extends('layouts.main') @section('title', 'Profile') @section('subtitle', 'Profile') @section('content')

Profile

@if (Auth::user()->id_role == 1)
@csrf @method('PUT') @elseif (Auth::user()->id_role == 2) @csrf @method('PUT') @else @csrf @method('PUT') @endif
@if (Auth::user()->id_role != 3)
@endif

@if (Auth::user()->id_role != 3)
@endif
@if (session('success')) @endif @if ($errors->any()) @endif
@endsection