@extends('backend.layouts.app') @section('content')

{{$title}}

@include('backend.layouts.alert')
@csrf
Profile Image
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@csrf
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection