@extends('frontend.layouts.partials.default') @section('title','IMAGESOUK') @section('main')
@if (session('status'))
{{ session('status') }}
@endif
{{ csrf_field() }}
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection