@extends('theme.master') @section('title', 'Profile & Setting') @section('content') @include('admin.message') @php $gets = App\Breadcum::first(); @endphp @if(isset($gets))
@if($gets['img'] !== NULL && $gets['img'] !== '') @else course @endif

{{ __('frontstaticword.UserProfile') }}

@endif
{{ csrf_field() }} {{ method_field('PUT') }}
{{ __('frontstaticword.PersonalInfo') }}



@endsection @section('custom-script') @endsection