@extends('layout.master') @push('plugin-styles') @endpush @section('content')
Profile
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
@csrf
@endsection @push('plugin-scripts') @endpush @push('custom-scripts') @endpush