@extends('admin.layout.master') @section('content')
@if(Session::has('success'))

{{ Session::get('success') }}

@endif @if(Session::has('errors'))

{{ Session::get('errors') }}

@endif
{{csrf_field()}} @if($data->avatar_location !='') img @else img @endif

{{$data->first_name}}

Admin

@csrf
@endsection @section('scripts') @endsection