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

{{ (!empty($make->id)) ? 'Update Make' : 'Create Make' }}

@csrf
icon
Back
@endsection @section('script') @endsection