@extends('layouts.layout') @section('content')

Create new seal

@csrf @php $seal_no=$data['seal']; @endphp @for ($i = 0; $i < $data["number_of_seals"]; $i++) @php $seal_no++; @endphp @endfor
Seal # Date Truck # Driver Dispatcher Name
@endsection @section('footer') @endsection