@extends('layouts.master')
@section('title', 'Company Settings - Create')
@section('content')
Create Company Settings
Back to Dashboard
@if($errors->any())
@foreach($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endsection
@section('styles')
@endsection
@section('scripts')
@endsection