@extends('admin.layout.master') @section('content') @section('tech', 'active') @section('title', 'Tech')
Tech
@csrf @method('PUT')
{{ $errors->first('category_id') }}
{{ $errors->first('name') }}
{{ $errors->first('no_of_days') }}
{{ $errors->first('cost') }}
@endsection @push('script') @endpush