@extends('admin.layouts.app') @section('title', 'Admin - Profile') @push('headerscript') @endpush @section('content')

Profile

@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if (Session::has('alert-' . $msg))
@endif @endforeach
@csrf
{{$errors->first('name')}}
{{$errors->first('email')}}
phone)) }}" class="form-control"> {{$errors->first('phone')}}
@endsection