@extends('layouts.master')
@section('title','Add New Setting')
@section('page-header')
Add New Id Card Setting
@stop
@push('style')
@endpush
@section('content')
@yield('page-header')
@if (hasPermission("company.infos.view", $slugs))
Setting List
@endif