@extends('layouts.master') @section('title', 'Id Card Setting') @section('page-header') Id Card Setting @stop @section('css') @stop @section('content')
| Sl. | Company Name | Address | Mobile | Logo | Signature | Action | |
|---|---|---|---|---|---|---|---|
| {{ $key+1 }} | {{ optional($setting->company)->name }} | {{ $setting->address }} | {{ $setting->mobile }} | {{ $setting->email }} |
@if(file_exists($setting->logo))
|
@if(file_exists($setting->signature))
|