@extends('admin.layout.layout') @section('content') {{-- Categories --}} {{ $title }} @if (Session::has('error_message')) Error! {{ Session::get('error_message')}} × @endif @if (Session::has('success_message')) Well done! {{ Session::get('success_message')}} × @endif @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach × @endif @csrf First Name * Last Name * Email * Mobile * Subscrible & Get 10% Discount Get E-mail updates about our latest shop and special offers. Sign Up @endsection @section('js') @endsection
{{ $title }}
Get E-mail updates about our latest shop and special offers.