@extends('layouts.start') @section('title') Western Regiment - Creative Agency, Corporate @endsection @section('css') {{-- Css Files here --}} @endsection @section('content') Referral Pages Referral Generate Referral Link {{ Cookie::get('ref_url') }} @if (count($errors) > 0) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @if (session()->has('message')) {{ session()->get('message') }} @endif @if (session()->has('link')) Referral code: {{ session()->get('link') }} @endif {{ csrf_field() }} Generate Link @endsection @section('js') {{-- Js Files here --}} @endsection