@extends('layouts.master') @section('title','Edit Setting') @section('page-header') Edit 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 @method('PUT')
@error('mobile') {{ $message }} @enderror
@error('address') {{ $message }} @enderror

@if (file_exists($idCardSetting->logo)) @endif

@if (file_exists($idCardSetting->signature)) @endif

Group Info:

@if (file_exists($idCardSetting->group_logo)) @endif

@if (hasPermission("company.infos.view", $slugs)) Back List @endif
@endsection @section('js') @stop