@extends('layouts.admin') @section('jumbotron')

Edit Admin Profile

{{ $admin->name }}

{{ $admin->username }}

@endsection @section('content')
@include('layouts.errors')
{{ method_field('PUT') }} {{ csrf_field() }}
Choose File if you like to add new image or update exiting.
facebook.com/
twitter.com/
instagram.com/
Cancel
@endsection