@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
@include('partials._alert_message')
@csrf
@error('name') {{ $message }} @enderror
@error('mobile') {{ $message }} @enderror
{{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}}
@error('address') {{ $message }} @enderror
Group Info:
@if (hasPermission("company.infos.view", $slugs)) Back List @endif
@endsection @section('js') @stop