@extends('template.master')
@section('page_styles')
{{--CUSTOM STYLES HERE--}}
@stop
@section('content')
@include('company.edit_company_page')
Manage Clients
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@elseif ($error)
@elseif ($success)
@endif
@stop
@section('page_modals')
@stop
@section('page_scripts')
@stop