@extends('layouts.admin') @section('title','Company Settings') @push('vendor-styles') @endpush @push('page-styles') @endpush @section('body')

Company Settings

@csrf @method('put')
@endsection @push('vendor-scripts') @endpush @push('page-scripts') @endpush