@if ($errors->has('error'))
{{ $errors->first('error') }}
@endif
@extends('website.layouts.master')
@section('content')
@if ($errors->has('error'))
{{ $errors->first('error') }}
@endif