@extends('layouts.master') @section('title', 'Manage Clients') @section('content') @include('includes.modal') @include('clients.edit-campaigns-modal')

Manage Clients


Add Clients
@if(Session::has('true_msg'))
{{Session::get('true_msg')}}
@endif @if(Session::has('error_msg'))
{{Session::get('error_msg')}}
@endif @if(Session::has('errors'))